* {
  box-sizing: border-box;
}
html,
body {
  min-width: 1280px;
}
body {
  position: relative;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
.section > div {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  header #header {
    width: 1200px !important;
  }
}
#bounced > .wrap {
  border-radius: 0 !important;
}
#bounced > .wrap .head {
  border-radius: 0 !important;
}
.target::after {
  position: absolute;
  background: url('/static_browser/home/image/rpa/target.gif') no-repeat;
  width: 70px;
  height: 20px;
  background-size: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
h1.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
